function object造句
例句与造句
- Function alter on function object
对函数object的alter权限 - Alter on function object
对函数object的alter权限 - In usual cases of method invocation the return result is a function object , which is then executed
方法调用通常返回的结果是一个函数对象,然后执行这个函数对象。 - The closure captures the information about the actual web service method stub to be invoked the function object called
闭包捕获真正被调用的web服务方法存根(称为 - For future reference , you can add any attribute to a function by setting it on the function object
为了将来引用,您可以通过将属性设置在函数对象上给函数添加任何属性。 - It's difficult to find function object in a sentence. 用function object造句挺难的
- The following example uses the system function object definition to return the definition of user - defined function
下面的示例使用系统函数object _ definition返回用户定义函数 - Methods also support accessing ( but not setting ) the arbitrary function attributes on the underlying function object
方法也支持访问(不是设置)的其实际所调用的函数的任意属性 - We also often pass function objects to our own custom functions , but usually those amount to combinations of the mentioned built - ins
这种方法通常在调用链中,只要在某些地方有可能需要值,就会传递一些值(或带有多成员的结构) 。 - This implementation supports function objects with up to nine arguments . this is an implementation detail , not an inherent limitation of the design
当前的实现支持最多带有9个参数的函数对象。这一限制是由实现细节,而不是设计造成的。 - In this case the returned function object is a closure which encapsulates some logging code and the data needed to call the original function
这种情况下返回的函数对象就是一个闭包,其中封装了一些日志代码和最初的函数调用所需要的数据。 - Function objects to names in the example , but that is not strictly necessary . we could instead simply nest the definitions . for readability we do it this way ; but also because
我们定义的每一个闭包函数都携带了函数范围内定义的任何值,然后将这些值绑定到函数对象的全局范围。 - But just as we can use the number 23 without binding it to any name in other words , as a function argument , we can use the function object we created with
闭包就象是fp的jekyll对于oop的hyde (角色或者也可能对调) 。闭包类似对象示例,是一种将一大批数据和功能封装在一起的一种方式。 - From multimethods import dispatch " multimethods " is generally a synonym for multiple dispatch ; but the name multimethod suggests the concrete function object handling the more abstract concept multiple dispatch . an instance of
“多元法( multimethods ) ”通常是多分派的同义词;但是多元法这个名称暗示着处理较抽象的概念时应采用具体的函数对象。 - If the name denotes a valid class attribute that is a function object , a method object is created by packing ( pointers to ) the instance object and the function object just found together in an abstract object : this is the method object
如果这个命名确认为一个有效的函数对象类属性,就会将实例对象和函数对象封装进一个抽象对象:这就是方法对象。 - When the method object is called with an argument list , it is unpacked again , a new argument list is constructed from the instance object and the original argument list , and the function object is called with this new argument list
以一个参数列表调用方法对象时,它被重新拆封,用实例对象和原始的参数列表构造一个新的参数列表,然后函数对象调用这个新的参数列表。
更多例句: 下一页